home *** CD-ROM | disk | FTP | other *** search
/ 74.208.221.89 / 74.208.221.89.zip / 74.208.221.89 / index - Copy.aspx < prev    next >
Text File  |  2015-03-14  |  2KB  |  85 lines

  1. ∩╗┐<%@ Page Language="VB" Debug="true" %>
  2. <script runat="server">
  3.     Dim mycon As New conValue()
  4.     Dim username, useremail, permissions As String
  5.     Dim userid As Integer
  6.     Dim str1 As String
  7.     Dim str2() As String
  8.     Dim str4() As String
  9.     Dim image(), image1, price(), mrp() As String
  10.     Sub page_load()
  11.         
  12.     End Sub
  13. </script>
  14. <!DOCTYPE html>
  15. <html lang="en">
  16. <!--#include file="header.ascx" -->
  17. <body id="home" class="wide">
  18. <!-- PRELOADER -->
  19. <!--#include file="preloader.ascx" -->
  20. <!-- /PRELOADER -->
  21.  
  22. <!-- WRAPPER -->
  23. <div class="wrapper">
  24. <!--#include file="shoppingcart.ascx" -->
  25. <!-- /Popup: Shopping cart items -->
  26. <!--#include file="topbar.ascx" -->
  27. <!-- /Header top bar -->
  28. <!--#include file="headersearch.ascx" -->
  29. <!-- CONTENT AREA -->
  30.     <div class="content-area">
  31.  
  32.         <!-- PAGE -->
  33.         <section class="page-section no-padding slider">
  34.             <div class="container full-width">
  35.  
  36.                <!--#include file="mainslider.ascx" -->
  37.  
  38.             </div>
  39.         </section>
  40.         <!-- /PAGE -->
  41.  
  42.         <!-- PAGE -->
  43.         
  44.         <!-- /PAGE -->
  45.  
  46.        <!--#include file="tabcontent.ascx" -->
  47.  
  48.         <!-- PAGE -->
  49.         <section class="page-section">
  50.             <div class="container">
  51.                 <div class="message-box">
  52.                     <div class="message-box-inner">
  53.                         <h2>Guranteed Best Deals</h2>
  54.                     </div>
  55.                 </div>
  56.             </div>
  57.         </section>
  58.         <!-- /PAGE -->
  59.  
  60.         <!--#include file="topratedproducts.ascx" -->
  61.  
  62.         <!--#include file="recentposts.ascx" -->
  63.  
  64.        <!--#include file="stores.ascx" -->
  65.  
  66.         <!--#include file="topsellers.ascx" -->
  67.  
  68.       <!--#include file="bestdeals.ascx" -->
  69.  
  70.     </div>
  71.     <!-- /CONTENT AREA -->
  72.  
  73.    <!--#include file="footer.ascx" -->
  74.     <!-- /FOOTER -->
  75.  
  76.     <div id="to-top" class="to-top"><i class="fa fa-angle-up"></i></div>
  77.  
  78. </div>
  79. <!-- /WRAPPER -->
  80. <!--#include file="footerfiles.ascx" -->
  81. <!-- JS Global -->
  82.  
  83.  
  84. </body>
  85. </html>